home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / hud_ammo_Nebelwerfer.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.6 KB  |  92 lines

  1. menu "hud_ammo_Nebelwerfer" 192 136 NONE 1
  2. bgcolor 0 0 0 0
  3. fgcolor 1 1 1 1
  4. align right bottom
  5.  
  6. //==================================================
  7. // Ammo Clip Bullets Bar
  8.  
  9. resource
  10. Label
  11. {
  12. name "ammobar"
  13. rect 112 32 64 96
  14. fgcolor 1.00 1.00 1.00 1.00
  15. bgcolor 0.50 0.50 0.50 0.00
  16. borderstyle "NONE"
  17. statbar vertical
  18. playerstat 6 // clip ammo
  19. maxplayerstat 7 // max clip ammo
  20. statbar_tileshader textures/hud/clip_nebelwerfer
  21. }
  22.  
  23. //==================================================
  24. // Health Backdrop
  25.  
  26. resource
  27. Label
  28. {
  29. name "Default"
  30. rect 88 56 16 64
  31. fgcolor 1.00 1.00 1.00 1.00
  32. bgcolor 0.50 0.50 0.50 0.00
  33. borderstyle "NONE"
  34. shader textures/hud/healthback
  35. }
  36.  
  37. //==================================================
  38. // Vehicle Health Meter
  39.  
  40. resource
  41. Label
  42. {
  43. name "healthmeter"
  44. rect 88 56 16 64
  45. fgcolor 1.00 1.00 1.00 1.00
  46. bgcolor 0.00 0.00 0.00 0.00
  47. borderstyle "NONE"
  48. playerstat 23 // health
  49. maxplayerstat 24 // max health
  50. statbar vertical
  51. statbar_shader textures/hud/healthmeter
  52. statbar_shader_flash textures/hud/healthmeterflash
  53. }
  54.  
  55. //==================================================
  56. // vehicle Health name
  57.  
  58. resource
  59. Label
  60. {
  61. name "healthnumber"
  62. title "Nebelwerfer"
  63. rect 0 82 80 16
  64. fgcolor 0.70 0.60 0.05 1.00
  65. bgcolor 0.00 0.00 0.00 0.00
  66. borderstyle "NONE"
  67. textalign right
  68. font facfont-20
  69. outlinedtext 1
  70. }
  71.  
  72. //==================================================
  73. // Vehicle Health Number
  74.  
  75. resource
  76. Label
  77. {
  78. name "healthnumber"
  79. rect 24 104 56 16
  80. fgcolor 0.70 0.60 0.05 1.00
  81. bgcolor 0.00 0.00 0.00 0.00
  82. borderstyle "NONE"
  83. playerstat 23 // health
  84. textalign right
  85. font facfont-20
  86. outlinedtext 1
  87. }
  88.  
  89.  
  90.  
  91. end.
  92.